home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / src / amilock.readme < prev    next >
Encoding:
Text File  |  1993-08-23  |  1.1 KB  |  28 lines

  1. Short: Amilock - A console lock program which is system friendly.
  2. Type: example of code, and how to lock an amiga Console
  3. Author: Michael Nielsen (cemn@manta.jcu.edu.au)
  4. Uploader: Michael Nielsen (cemn@manta.jcu.edu.au)
  5.  
  6. Long:
  7.     
  8.     Amilock is a series of programs which demonstrates inter process
  9. communications, as well as the use of interrupt handlers.  The interrupt
  10. handlers are used to disable/limit keyboard and mouse inputs, thereby
  11. allowing the console to be 'frozen' the mouse can still move, but no
  12. mouse clicks are possible.
  13.  
  14.     The program does not black out the screen, but any blanker can
  15. be run in background and will function properly, any other program can
  16. also run and swap screens etc, however the program will ensure that the
  17. keyboard and mouse buttons appear to be inactive from the point of view
  18. of the other programs.
  19.     
  20.     Great to stop your children and others from using you machine
  21. when you are running that great raytrace which you have spent hours
  22. working on.
  23.  
  24.     The program can be overcome by the ctrl+Lamiga+RightAmiga, and
  25. the power switch of course, but all other bypasses have been removed.
  26.  
  27.     Mike
  28.